home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _3884EAC554AF41729CCBD45481FF4E8C < prev    next >
Encoding:
Text File  |  2004-03-17  |  224 b   |  18 lines

  1. regc4f( 5, %daycolor_r, %daycolor_g, %daycolor_b, %daycolor_a )
  2.  
  3. pshader("
  4.  
  5. ;#include <consts.psh>
  6. ps_1_1
  7.  
  8. ;def c5, DAYCOLOR
  9.  
  10. tex t0 ;CloudsBorder
  11. tex t1 ;Clouds
  12.  
  13. mul r0.rgb, t1, c5
  14. +mul r0.a, t0.b, t1
  15.  
  16. ")
  17.  
  18.